home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / actvdemo.dir / 00092_generic mouseDown 11.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  105 b   |  7 lines

  1. on mouseDown
  2.   global gFlashCount
  3.   puppetSound("clickSound")
  4.   set gFlashCount to 0
  5.   go(marker(1))
  6. end
  7.